container: Document that removal from foreach is permissible
authorBenjamin Berg <bberg@redhat.com>
Mon, 19 Nov 2018 12:48:36 +0000 (13:48 +0100)
committerBenjamin Berg <bberg@redhat.com>
Mon, 19 Nov 2018 12:58:34 +0000 (13:58 +0100)
commit8c9c3e4426269c34a778b9aa077e3649014916c2
tree3582533ccd7fcb3adce00ede2f2cfbce0eabab27
parentd0f4fcb6fddd813308de3317df708c7a6fc6ec3b
container: Document that removal from foreach is permissible

It is permissable to remove a widget using gtk_container_remove from the
gtk_container_foreach callback handler. Document this fact to make it
more discoverable.

Fixes #1461
gtk/gtkcontainer.c
gtk/gtkcontainer.h